C1.Web.Mvc Namespace / MenuBase<T> Class / CloseOnLeave Property

In This Topic
CloseOnLeave Property (MenuBase<T>)
In This Topic
Gets or sets a value that determines whether the menu should close automatically when the mouse leave the items.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public Property CloseOnLeave As Boolean
 
See Also